HELP - ExceptionsThrown
HelpExample CodeHowToDocumentExceptionsThrown
Description Source Call Graph
Start Line: 133
void HowToDocument::ExceptionsThrown()
{
  if ( true )
  {
    throw 12;
  }
}